Skip to content

Fixed CBLAS symbol name: cblas_zaxbpy_64 -> cblas_zaxpby_64#1280

Merged
langou merged 1 commit into
Reference-LAPACK:masterfrom
ACSimon33:cherry-pick-7872e2d6
Jun 12, 2026
Merged

Fixed CBLAS symbol name: cblas_zaxbpy_64 -> cblas_zaxpby_64#1280
langou merged 1 commit into
Reference-LAPACK:masterfrom
ACSimon33:cherry-pick-7872e2d6

Conversation

@ACSimon33

Copy link
Copy Markdown
Contributor

Description

Fixed wrong name of extended API CBLAS function:

cblas_zaxbpy_64 -> cblas_zaxpby_64

Copilot AI review requested due to automatic review settings May 13, 2026 12:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a typo in the 64-bit (extended integer) CBLAS API by correcting the exported prototype name from cblas_zaxbpy_64 to cblas_zaxpby_64, aligning the header with the existing CBLAS naming and implementation.

Changes:

  • Renamed the zaxpby 64-bit CBLAS function prototype in the public header to the correct symbol name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CBLAS/include/cblas_64.h
void cblas_zaxpy_64(const int64_t N, const void *alpha, const void *X,
const int64_t incX, void *Y, const int64_t incY);
void cblas_zaxbpy_64(const int64_t N, const void *alpha, const void *X,
void cblas_zaxpby_64(const int64_t N, const void *alpha, const void *X,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 ( Thanks! Great catch! )

@langou langou merged commit 078d897 into Reference-LAPACK:master Jun 12, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants